From 5fc6348dcac920b96354310461bf1f977fcaa437 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 15 Feb 2004 13:07:08 +0000 Subject: [PATCH] (grep-compute-defaults): Fix typos. --- lisp/progmodes/grep.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index fd68dd64b41..40c900e5301 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -318,9 +318,9 @@ Sets `grep-last-buffer' and runs `grep-setup-hook'." 'gnu))) (unless grep-find-command (setq grep-find-command - (cond ((not (executable-command-find-unix-p "find")) + (cond ((not (executable-command-find-posix-p "find")) (message - (concat "compile.el: Unix type find(1) not found. " + (concat "compile.el: Posix-style find(1) not found. " "Please set `grep-find-command'.")) nil) ((eq grep-find-use-xargs 'gnu) @@ -543,5 +543,5 @@ those sub directories of DIR." (provide 'grep) ;;; grep.el ends here - + ;;; arch-tag: 5a5b9169-a79d-4f38-9c38-f69615f39c4d -- 2.30.2